Xbasic

INET::SSLSocket WriteBinary Method

Syntax

Result_Flag as L = WriteBinary(Data as B [, Length as N])

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Data

Binary data to write to the connection.

Length

The number of bytes of data to write.

Description

The INET::SSLSocket::WriteBinary() method writes binary data to the connection.

Limitations

Desktop applications only.

See Also